func runtime.racemalloc
4 uses
runtime (current package)
malloc.go#L1148: racemalloc(x, size)
proc.go#L4264: racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr) { throw("race") }
stack.go#L425: racemalloc(v, uintptr(n))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)